C1.DataCollection Assembly / C1.DataCollection Namespace / C1SequenceDataCollection<T> Class / CanMoveRange Method

In This Topic
CanMoveRange Method (C1SequenceDataCollection<T>)
In This Topic
Syntax
'Declaration
 
Public Function CanMoveRange( _
   ByVal fromIndex As Integer, _
   ByVal count As Integer, _
   ByVal toIndex As Integer _
) As Boolean
 

Parameters

fromIndex
count
toIndex
See Also